ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontSubSet.BigEndianBinaryWriter Class / Write Method / Write(Byte[],Int32,Int32) Method

In This Topic
    Write(Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal buffer() As System.Byte, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void Write( 
       System.byte[] buffer,
       System.int index,
       System.int count
    )

    Parameters

    buffer
    index
    count
    See Also